home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
windows
/
winocr
/
code.txt
< prev
next >
Wrap
Text File
|
1994-01-17
|
52b
|
8 lines
/* Hello.c */
main ()
{
printf("Hello");
}